Tries to get as a IEnumerable<TValue> type, the values of the variable with the corresponding name, by requesting a read to the underlying persistence strategy. If that value is encrypted a decryption request to the encryption strategy is automatically issued to ensure the deliver of plain values.

Name Description
TryGetMultivaluedVariableAs<TValue>(string, out IEnumerable<TValue>) Tries to get as a IEnumerable<TValue> type, the values of the variable with the corresponding name, by requesting a read to the underlying persistence strategy. If that value is encrypted a decryption request to the encryption strategy is automatically issued to ensure the deliver of plain values.
TryGetMultivaluedVariableAs<TValue>(string, string, out IEnumerable<TValue>) Tries to get as a IEnumerable<TValue> type, the values of the variable in the specified section and with the corresponding name, by requesting a read to the underlying persistence strategy. If that value is encrypted a decryption request to the encryption strategy is automatically issued to ensure the deliver of plain values.